/*!
    bgStretcher 3.3.0 jQuery Plugin
*/
.bgstretcher-area {
  text-align: left;
}
.bgstretcher {
  background: black;
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 1;
}
.bgstretcher,
.bgstretcher ul,
.bgstretcher li {
  left: 0;
  top: 0;
}
.bgstretcher ul,
.bgstretcher li {
  position: absolute;
}
.bgstretcher ul,
.bgstretcher li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*  Compatibility with old browsers  */
.bgstretcher {
  _position: absolute;
}
.bgs-description-pane {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 10000;
  padding: 15px;
  color: #ffffff;
  font-size: 14px;
}
